checkBetterRoute static method
Initiate a check for a better route.
Returns
- True if a better route is found, false otherwise.
Throws:
- An exception if it fails.
Implementation
static bool checkBetterRoute() {
final OperationResult resultString = staticMethod(
'Debug',
'checkBetterRoute',
);
return resultString['result'] != 0;
}