asMAMapView method

Future<MAMapView> asMAMapView ()
inherited

Implementation

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