waitForAsync static method
Wait for all async operations to complete
Implementation
static Future<void> waitForAsync() async {
await Future.delayed(const Duration(milliseconds: 100));
}
Wait for all async operations to complete
static Future<void> waitForAsync() async {
await Future.delayed(const Duration(milliseconds: 100));
}