onGpsConnectivityChanged property

Stream<bool> get onGpsConnectivityChanged

Returns a Stream of ConnectivityResults changes.

Implementation

Stream<bool> get onGpsConnectivityChanged {
  throw UnimplementedError(
      'get onConnectivityChanged has not been implemented.');
}