menu
itimsdkflutter package
documentation
utils/flutterimsdk.dart
FlutterImSdk
getChannel method
getChannel method
dark_mode
light_mode
getChannel
method
dynamic
getChannel
(
String
imAddress
)
Implementation
getChannel(String imAddress){ return IOWebSocketChannel.connect(Uri.parse(imAddress)); }
itimsdkflutter package
documentation
utils/flutterimsdk
FlutterImSdk
getChannel method
FlutterImSdk class