flushMessages abstract method
Flushes the messages in the queue (if the implementation has one). See useLogQueue.
Implementation
FutureOr<bool> flushMessages({
Duration? delay = const Duration(milliseconds: 20),
});
Flushes the messages in the queue (if the implementation has one). See useLogQueue.
FutureOr<bool> flushMessages({
Duration? delay = const Duration(milliseconds: 20),
});