restore method
Processes restoration of billing information.
課金情報のリストア処理を行います。
Implementation
@override
Future<void> restore(List<PurchaseProduct> products) async {
await _iap.restorePurchases();
}
Processes restoration of billing information.
課金情報のリストア処理を行います。
@override
Future<void> restore(List<PurchaseProduct> products) async {
await _iap.restorePurchases();
}