isInActiveGeofence method

  1. @override
Future<bool> isInActiveGeofence()
override

Checks if currently inside any active geofence.

Implementation

@override
Future<bool> isInActiveGeofence() => _instance.isInActiveGeofence();