onError property
override
Background runtime errors pushed from the embedded node.
Implementation
@override
Stream<TailscaleRuntimeError> get onError => _errorController.stream;
Background runtime errors pushed from the embedded node.
@override
Stream<TailscaleRuntimeError> get onError => _errorController.stream;