processEventsNow static method
Processes pending events manually
Implementation
static Future<void> processEventsNow() async {
await _processEvents();
}
Processes pending events manually
static Future<void> processEventsNow() async {
await _processEvents();
}