Triggers an immediate sync of pending locations.
static Future<bool> sync() async { final result = await _methodChannel.invokeMethod('sync'); return result == true; }