flushNow static method

Future<void> flushNow()

Flush queued events now.

Implementation

static Future<void> flushNow() async {
  await _flush('manual');
}