SocketEventHandler typedef

SocketEventHandler = FutureOr<void> Function(SocketContext context)

Implementation

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