mPay method

Future<Map> mPay(
  1. String? data, {
  2. PayChannel channel = PayChannel.mPay,
  3. String? withScheme,
})

Implementation

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