flush method

  1. @override
Future<void> flush()
override

Implementation

@override
Future<void> flush() {
  throw Exception();
}