Remove Duplicate Function
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2024-01-02 10:54:21 -08:00
parent fe4726986f
commit 2ab8cecac6
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ class ContactInfoState extends ChangeNotifier {
return this._newMarkerMsgIndex;
}
int get totalMessages => this._totalMessages;
int get totalMessages => this._totalMessages;
set totalMessages(int newVal) {