sync method

Future<void> sync()

Implementation

Future<void> sync() async {
  return _delegate.sync();
}