suspend method
Implementation
@override
void suspend() {
if (_simulationActive.valueOrNull == true) {
_locationSimulator?.suspend();
}
}
@override
void suspend() {
if (_simulationActive.valueOrNull == true) {
_locationSimulator?.suspend();
}
}