menu
deadsimplechat_sdk_flutter package
documentation
deadsimplechat_sdk_flutter.dart
DeadSimpleChatController
banIp method
banIp method
dark_mode
light_mode
banIp
method
void
banIp
(
String
ip
)
Implementation
void banIp(String ip) { postMessage("banIp", {"ip": ip}); }
deadsimplechat_sdk_flutter package
documentation
deadsimplechat_sdk_flutter
DeadSimpleChatController
banIp method
DeadSimpleChatController class