menu
khadem package
documentation
contracts.dart
SocketAdapter
isSubscribed abstract method
isSubscribed abstract method
dark_mode
light_mode
isSubscribed
abstract method
bool
isSubscribed
(
String
event
,
SocketClient
client
)
Check if a client is subscribed to an event.
Implementation
bool isSubscribed(String event, SocketClient client);
khadem package
documentation
contracts
SocketAdapter
isSubscribed abstract method
SocketAdapter class