isKindOfAMapServices method

Future<bool> isKindOfAMapServices ()
inherited

Implementation

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