destroy<T> static method
void
destroy<T>()
Implementation
static void destroy<T>() =>
$conduitStreams.removeWhere((e) => e is BehaviorSubject<T>);
static void destroy<T>() =>
$conduitStreams.removeWhere((e) => e is BehaviorSubject<T>);