SocketEventHandler typedef
SocketEventHandler =
FutureOr<void> Function(SocketContext context)
Implementation
typedef SocketEventHandler = FutureOr<void> Function(
SocketContext context,
);
typedef SocketEventHandler = FutureOr<void> Function(
SocketContext context,
);