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