dispose method
void
dispose()
Releases the connection status stream subscription.
Call this in your widget's dispose() or equivalent teardown method.
Implementation
void dispose() {
_connectionManager.dispose();
}
Releases the connection status stream subscription.
Call this in your widget's dispose() or equivalent teardown method.
void dispose() {
_connectionManager.dispose();
}