showPaywall method

Future<String?> showPaywall()

Implementation

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