sync method

  1. @override
Future<bool> sync()

Implementation

@override
Future<bool> sync() {
  return _manager.sync();
}