WsResponder typedef

WsResponder = FutureOr Function(dynamic data)

Implementation

typedef WsResponder = FutureOr<dynamic> Function(dynamic data);