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