dispose method
void
dispose()
Disposes the buffer and stops periodic flushing.
Implementation
void dispose() {
stopPeriodicFlush();
_clear();
}
Disposes the buffer and stops periodic flushing.
void dispose() {
stopPeriodicFlush();
_clear();
}