menu
setonix_server
setonix_server.dart
RpcNetworkerPipeMixin
unregisterFunction method
unregisterFunction
dark_mode
light_mode
unregisterFunction
method
bool
unregisterFunction
(
int
function
)
Implementation
bool unregisterFunction(int function) => _functions.remove(function) != null;
setonix_server
setonix_server
RpcNetworkerPipeMixin
unregisterFunction method
RpcNetworkerPipeMixin mixin