remove method
Implementation
void remove(Set<VoiceCommand> commands) {
_activeCommands.removeAll(commands);
_methodChannelHandler.setCommands(_activeCommands);
}
void remove(Set<VoiceCommand> commands) {
_activeCommands.removeAll(commands);
_methodChannelHandler.setCommands(_activeCommands);
}