flush method

Future<void> flush()

Implementation

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