liveLocationRawStream property
Raw CSV stream consumed by FlutterLocationPlus.liveLocation. Exposed for testing; prefer the typed API in FlutterLocationPlus.
Implementation
Stream<String> get liveLocationRawStream => _liveController.stream;
Raw CSV stream consumed by FlutterLocationPlus.liveLocation. Exposed for testing; prefer the typed API in FlutterLocationPlus.
Stream<String> get liveLocationRawStream => _liveController.stream;