restorePurchases method

Future<Map?> restorePurchases()

Implementation

Future<Map<dynamic, dynamic>?> restorePurchases() {
  throw UnimplementedError('restorePurchases() has not been implemented.');
}