currentProvider property
LocationProvider?
get
currentProvider
The LocationProvider currently being used by the datasource. Will be null if the datasource is not started.
Implementation
LocationProvider? get currentProvider => _currentProvider;