@override Future<void> deleteFromToDeviceQueue(int id) async { await _toDeviceQueueBox.delete(id); return; }