warmUpPaymentSheet method
Implementation
@override
Future<void> warmUpPaymentSheet({required String productId, String? userId}) async {
await methodChannel.invokeMethod('warmUpPaymentSheet', {
'productId': productId,
'userId': userId,
});
}