flush static method

Future<void> flush()

Implementation

static Future<void> flush() async {
  await _sink?.flush();
}