asMAIndoorFloorInfo method

Future<MAIndoorFloorInfo> asMAIndoorFloorInfo ()
inherited

Implementation

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