flush method

Future<void> flush()

Implementation

Future<void> flush() {
  throw UnimplementedError('`flush` is not implemented');
}