set_notifyOnExit method

Future<void> set_notifyOnExit(
  1. bool notifyOnExit
)

Implementation

Future<void> set_notifyOnExit(bool notifyOnExit) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationRegion::set_notifyOnExit', <String, dynamic>{'__this__': this, "notifyOnExit": notifyOnExit});
}