APM_SHOW_CONTROLLER_MY_ACCOUNT static method

Future<int> APM_SHOW_CONTROLLER_MY_ACCOUNT()

Implementation

static Future<int> APM_SHOW_CONTROLLER_MY_ACCOUNT() async {
  return await _channel.invokeMethod('APM_SHOW_CONTROLLER_MY_ACCOUNT');
}