sync method

Future<void> sync()

Force sync.

Implementation

Future<void> sync() {
  _ensureInitialized();
  return _syncEngine.sync();
}