isInitDelegate static method

bool isInitDelegate()

Implementation

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