restore method

  1. @override
Future<void> restore(
  1. List<PurchaseProduct> products
)
override

Processes restoration of billing information.

課金情報のリストア処理を行います。

Implementation

@override
Future<void> restore(List<PurchaseProduct> products) {
  throw UnsupportedError("Purchasing function is not supported.");
}