import 'package:proto_socket/proto_socket.dart'; void main() { final types = [WsProtobufClient, PacketBase, Transport]; if (types.isEmpty) { throw StateError('unreachable'); } }