menu
locus
locus.dart
MockLocus
setMockState method
setMockState
dark_mode
light_mode
setMockState
method
void
setMockState
(
GeolocationState
state
)
Sets the mock state.
Implementation
void setMockState(GeolocationState state) { _state = state; }
locus
locus
MockLocus
setMockState method
MockLocus class