get_customID method

Future<String?> get_customID()

Implementation

Future<String?> get_customID() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapGeoFenceRegion::get_customID", {'__this__': this});
  return __result__;
}