flush method

Future<void> flush()
inherited

Implementation

Future<void> flush() {
  throw UnimplementedError('flush() has not been implemented.');
}