build: Update matrix dart sdk

This commit is contained in:
krille-chan 2023-10-28 09:47:25 +02:00
commit 59b357681e
No known key found for this signature in database
4 changed files with 14 additions and 5 deletions

View file

@ -317,4 +317,7 @@ class MatrixLocals extends MatrixLocalizations {
@override
String get unknownUser => l10n.user;
@override
String hasKnocked(String targetName) => l10n.hasKnocked(targetName);
}