dispose method
void
dispose()
Disposes the observer and cancels the connectivity subscription.
Implementation
void dispose() {
_subscription?.cancel();
}
Disposes the observer and cancels the connectivity subscription.
void dispose() {
_subscription?.cancel();
}