restore method
Processes restoration of billing information.
課金情報のリストア処理を行います。
Implementation
@override
Future<void> restore(List<PurchaseProduct> products) {
throw UnsupportedError("Purchasing function is not supported.");
}
Processes restoration of billing information.
課金情報のリストア処理を行います。
@override
Future<void> restore(List<PurchaseProduct> products) {
throw UnsupportedError("Purchasing function is not supported.");
}