remove method
void
remove(
- T object
closes the cubit bound to this object and removes it from the track list
Implementation
void remove(T object) {
_cubits.remove(buildId(object))?.close();
}
closes the cubit bound to this object and removes it from the track list
void remove(T object) {
_cubits.remove(buildId(object))?.close();
}