timeToBetterRouteSec static method
Get the remaining time until the next check for a better route.
Returns
- Time in seconds until the next check for a better route.
Throws:
- An exception if it fails.
Implementation
static int timeToBetterRouteSec() {
final OperationResult resultString = staticMethod(
'Debug',
'timeToBetterRouteSec',
);
return resultString['result'];
}