sync method

void sync()

Implementation

void sync() {
  // ignore: deprecated_member_use
  AtClientManager.getInstance().syncService.sync();
}