isKindOfMAShape method

Future<bool> isKindOfMAShape ()
inherited

Implementation

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