ascom_amap_api_maps_WearMapView method
inherited
Implementation
Future<com_amap_api_maps_WearMapView> ascom_amap_api_maps_WearMapView() async {
final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::ascom_amap_api_maps_WearMapView', {'refId': refId});
return com_amap_api_maps_WearMapView()..refId = result;
}