ascom_autonavi_ae_gmap_AbstractMapMessage method

Future<com_autonavi_ae_gmap_AbstractMapMessage> ascom_autonavi_ae_gmap_AbstractMapMessage ()
inherited

Implementation

Future<com_autonavi_ae_gmap_AbstractMapMessage> ascom_autonavi_ae_gmap_AbstractMapMessage() async {
  final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::ascom_autonavi_ae_gmap_AbstractMapMessage', {'refId': refId});
  return com_autonavi_ae_gmap_AbstractMapMessage()..refId = result;
}