isKindOfMAParticleSinglePointShapeModule method

Future<bool> isKindOfMAParticleSinglePointShapeModule ()
inherited

Implementation

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