asMAIndoorInfo method

Future<MAIndoorInfo> asMAIndoorInfo ()
inherited

Implementation

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