MZNativeErrorTest static method

Future<void> MZNativeErrorTest()

Implementation

static Future<void> MZNativeErrorTest() async {
  try {
    _channel.invokeMethod('MZNativeErrorTest');
  } catch (e, stack) {
    MzanalyticsLog.p(e.toString() + stack.toString());
  }
}