beginLocation method
Implementation
bool beginLocation() {
if (state != HistoryReadPositionState.ready) {
return false;
}
state = HistoryReadPositionState.locating;
return true;
}
bool beginLocation() {
if (state != HistoryReadPositionState.ready) {
return false;
}
state = HistoryReadPositionState.locating;
return true;
}