menu
amc_nas_lib package
documentation
client/webrtc/control_message_handler.dart
ControlMessageHandler
setConnection method
setConnection method
dark_mode
light_mode
setConnection
method
void
setConnection
(
WebrtcConnection
?
connection
)
设置连接
Implementation
void setConnection(WebrtcConnection? connection) { _connection = connection; }
amc_nas_lib package
documentation
client/webrtc/control_message_handler
ControlMessageHandler
setConnection method
ControlMessageHandler class