FlutterXConnectSuccess typedef
FlutterXConnectSuccess =
void Function(Socket socket, SocketConnect connect)
Implementation
typedef FlutterXConnectSuccess = void Function(
Socket socket, SocketConnect connect);
typedef FlutterXConnectSuccess = void Function(
Socket socket, SocketConnect connect);