onActive method
Called when the first listener is added.
Override this method in subclasses to perform setup when the atom becomes active (has at least one listener). Call super to invoke the onListen callback.
Implementation
@protected
@mustCallSuper
void onActive() {
onListen?.call();
}