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