menu
vsdk package
documentation
p2p_device/p2p_command.dart
P2PCommand
removeCallback method
removeCallback method
dark_mode
light_mode
removeCallback
method
void
removeCallback
(
int
cmd
)
Implementation
void removeCallback(int cmd) { _callbackMaps.remove(cmd); }
vsdk package
documentation
p2p_device/p2p_command
P2PCommand
removeCallback method
P2PCommand mixin