hasWebsockets property

bool get hasWebsockets

Implementation

bool get hasWebsockets =>
    controllers.any((e) => e.hasWebsockets && !e.isExcluded);