setMockState method

void setMockState(
  1. GeolocationState state
)

Sets the mock state.

Implementation

void setMockState(GeolocationState state) {
  _state = state;
}