menu
burst package
documentation
burst.dart
Burst
fullFlush method
fullFlush method
dark_mode
light_mode
fullFlush
method
Future
<
void
>
fullFlush
(
)
Implementation
Future<void> fullFlush() async { while (_queue.isNotEmpty) { await flush(); } }
burst package
documentation
burst
Burst
fullFlush method
Burst class