menu
core_custom_tools package
documentation
websocket/channel/channel.dart
Channel
uri property
uri property
dark_mode
light_mode
uri
property
dynamic
get
uri
Implementation
get uri => Uri.parse('${(ssl ?? false) ? 'wss' : 'ws'}://$host:$port');
core_custom_tools package
documentation
websocket/channel/channel
Channel
uri property
Channel class