Delete message by index
Future<void> remove(int index) async { _messages.removeAt(index); notifyListeners(); _raiseSaveChanges(); }