sync method

Future<bool?> sync()

账号与同步 Account sync

Implementation

Future<bool?> sync() {
  return postMessage<bool?>(action: 'android.settings.SYNC_SETTINGS');
}