getPositionStream method
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.');
}