Future<bool> sendCommand( delay, String? channel, command, bool Function() fn) async { return _sendCommand(delay, channel, command, fn); }