waitForProcessing method
Wait for event queue to finish processing.
Implementation
Future<void> waitForProcessing() async {
await _processing;
}
Wait for event queue to finish processing.
Future<void> waitForProcessing() async {
await _processing;
}