menu
atomic_x_core package
documentation
impl/chat/notification_center.dart
NotificationCenter
getStream<T> method
getStream<T> method
dark_mode
light_mode
getStream<
T
>
method
Stream
<
T
>
getStream
<
T
>(
String
name
)
Implementation
Stream<T> getStream<T>(String name) { return _getController<T>(name).stream; }
atomic_x_core package
documentation
impl/chat/notification_center
NotificationCenter
getStream<T> method
NotificationCenter class