menu
neuron
neuron.dart
NeuronDebugStream
add method
add
dark_mode
light_mode
add
method
void
add
(
NeuronDebugEvent
event
)
Implementation
void add(NeuronDebugEvent event) { if (_controller.isClosed) return; _controller.add(event); }
neuron
neuron
NeuronDebugStream
add method
NeuronDebugStream class