showPaywall method

Future<Map?> showPaywall()

Implementation

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