menu
easy_paypal package
documentation
easy_paypal_method_channel.dart
MethodChannelEasyPaypal
checkout method
checkout method
dark_mode
light_mode
checkout
method
@
override
void
checkout
(
Map
orderJson
)
override
Implementation
@override void checkout(Map orderJson) { methodChannel.invokeMethod('checkout', orderJson); }
easy_paypal package
documentation
easy_paypal_method_channel
MethodChannelEasyPaypal
checkout method
MethodChannelEasyPaypal class