getAll method

  1. @override
Future<List<Geofence>> getAll()
override

Gets all registered geofences.

Implementation

@override
Future<List<Geofence>> getAll() => _instance.getGeofences();