getLocationServicesStatusStream method

Stream<LocationServicesStatus> getLocationServicesStatusStream()

Get the location services status stream.

Implementation

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