MethodChannelAgRegionMonitor class
Methods
-
checkLocationPermission()
→ Future<String>
-
override
-
checkManualLocation({required double latitude, required double longitude})
→ Future<List<Map<String, dynamic>>>
-
override
-
getActiveRegions()
→ Future<List<Map<String, dynamic>>>
-
override
-
getPlatformVersion()
→ Future<String?>
-
inherited
-
initialize()
→ Future<bool>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAllRegions()
→ Future<bool>
-
override
-
removeRegion(String identifier)
→ Future<bool>
-
override
-
requestNotificationPermission()
→ Future<bool>
-
override
-
setNotificationsEnabled(bool enabled)
→ Future<void>
-
override
-
setNotificationsRepeatEnabled(bool enabled)
→ Future<void>
-
override
-
setNotificationsRepeatTimer(int timer)
→ Future<void>
-
override
-
setupGeofence({required double latitude, required double longitude, required double radius, required String identifier, bool notifyOnEntry = true, bool notifyOnExit = false, String? notificationTitleEnter, String? notificationBodyEnter, String? notificationTitleExit, String? notificationBodyExit})
→ Future<void>
-
override
-
startMonitoring()
→ Future<void>
-
override
-
stopAllMonitoring()
→ Future<void>
-
override
-
stopMonitoring(String identifier)
→ Future<void>
-
override
-
toString()
→ String
-
A string representation of this object.
inherited