getPositionStream method

Stream<Position> getPositionStream([
  1. dynamic failure(
    1. PositionError
    )?
])

The position update stream.

Fires whenever the location changed inside the bounds of the RequestSettings.accuracy

Implementation

Stream<Position> getPositionStream([Function(PositionError)? failure]) {
  throw UnimplementedError('getPositionStream() has not been implemented.');
}