MethodChannelAgRegionMonitor class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
locationUpdates Stream<Map<String, dynamic>>
no setteroverride
regionEvents Stream<Map<String, dynamic>>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited