@override Future<void> writeBytes(List<int> bytes) async { final Socket socket = _requireSocket(); socket.add(bytes); await socket.flush(); }