ascom_amap_api_maps_MapView method

Future<com_amap_api_maps_MapView> ascom_amap_api_maps_MapView ()
inherited

Implementation

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