start method
override
Implementation
@override
Future<GeolocationState> start() async {
_methodCalls.add('start');
_state = _state.copyWith(enabled: true);
_enabledChangeController.add(true);
return _state;
}
@override
Future<GeolocationState> start() async {
_methodCalls.add('start');
_state = _state.copyWith(enabled: true);
_enabledChangeController.add(true);
return _state;
}