dispose method
void
dispose()
Disposes of the logging subscription.
Cancels the subscription to native log events.
Implementation
void dispose() {
unawaited(_onLogDataStreamSubscription?.cancel());
}
Disposes of the logging subscription.
Cancels the subscription to native log events.
void dispose() {
unawaited(_onLogDataStreamSubscription?.cancel());
}