activeRealtimeProtocols property

List<String> get activeRealtimeProtocols

Implementation

List<String> get activeRealtimeProtocols => List<String>.unmodifiable(_activeModel?.realtimeProtocols ?? const <String>[]);