presentPaymentSheet method

Future<Map<String, dynamic>> presentPaymentSheet({
  1. required String productId,
  2. String? userId,
  3. required int freeTrialDays,
  4. bool dismissible = true,
})

Implementation

Future<Map<String, dynamic>> presentPaymentSheet({
  required String productId,
  String? userId,
  required int freeTrialDays,
  bool dismissible = true,
}) {
  throw UnimplementedError('presentPaymentSheet() has not been implemented.');
}