flush method

  1. @override
Future<void> flush()

Nothing to flush to disk as we act directly in-memory

Implementation

@override
Future<void> flush() => Future.value();