flush static method

Future<void> flush()

Implementation

static Future<void> flush() async {
  await _channel.invokeMethod('flush');
}