getServiceStatusStream method

Stream<ServiceStatus> getServiceStatusStream()

Fires when the location Service is manually disabled or enabled.

An instance of LocationServiceStatus will be emitted each time the location service is enabled or disabled.

Implementation

Stream<ServiceStatus> getServiceStatusStream() {
  throw UnimplementedError(
      'getServiceStatusStream() has not been implemented.');
}