Resumes syncing after a pause (e.g., token refresh).
static Future<bool> resumeSync() async { final result = await LocusChannels.methods.invokeMethod('resumeSync'); return result == true; }