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