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