GeolocationStatus.notStarted constructor

GeolocationStatus.notStarted(
  1. Position fallback
)

Implementation

factory GeolocationStatus.notStarted(Position fallback) =>
    NotStartedStatus(fallback);