isInitDelegate static method
Implementation
static bool isInitDelegate() {
SSEProcessor? sp = sseProcessorFactory?.call();
return sp != null && sp.isInit();
}
static bool isInitDelegate() {
SSEProcessor? sp = sseProcessorFactory?.call();
return sp != null && sp.isInit();
}