MockGeofenceExtension extension

Extension to create mock Geofence objects easily.

on

Static Methods

mock({String? identifier, double latitude = 0, double longitude = 0, double radius = 100, bool notifyOnEntry = true, bool notifyOnExit = true, bool notifyOnDwell = false, int loiteringDelay = 0, Map<String, dynamic>? extras}) Geofence

Available on Geofence, provided by the MockGeofenceExtension extension

Creates a mock geofence.