Replace geofence polling with native Android geofence
This commit is contained in:
@@ -11,6 +11,8 @@ import '../../../services/api_client.dart';
|
||||
import '../../homes/providers/homes_providers.dart';
|
||||
import '../../shared/providers/core_providers.dart';
|
||||
|
||||
final remotePollingEnabledProvider = Provider<bool>((ref) => true);
|
||||
|
||||
final groupsProvider = NotifierProvider<GroupsNotifier, List<IgnisGroup>>(
|
||||
() => GroupsNotifier(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user