flush static method

Future<void> flush()

Flush the file sink.

Implementation

static Future<void> flush() async {
  await fileSink!.flush();
}