mPay method
Implementation
Future<Map> mPay(
String? data, {
PayChannel channel = PayChannel.mPay,
String? withScheme,
}) {
throw UnimplementedError('mPay() has not been implemented.');
}
Future<Map> mPay(
String? data, {
PayChannel channel = PayChannel.mPay,
String? withScheme,
}) {
throw UnimplementedError('mPay() has not been implemented.');
}