get_notifyOnEntry method

Future<bool?> get_notifyOnEntry()

Implementation

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