isKindOfMACustomCalloutView method

Future<bool> isKindOfMACustomCalloutView ()
inherited

Implementation

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