dispose method
void
dispose()
Dispose the resources
Implementation
void dispose() {
_localChangesSubscription?.cancel();
_localChangesSubscription = null;
_failuresHandler.dispose();
}
Dispose the resources
void dispose() {
_localChangesSubscription?.cancel();
_localChangesSubscription = null;
_failuresHandler.dispose();
}