add extra class method to prevent breaking changes
This commit is contained in:
parent
6a02db73bb
commit
65c4f4472d
1 changed files with 6 additions and 0 deletions
|
|
@ -344,4 +344,10 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
@override
|
||||
String startedKeyVerification(String senderName) =>
|
||||
l10n.startedKeyVerification(senderName);
|
||||
|
||||
@override
|
||||
String invitedBy(String senderName) {
|
||||
// TODO: implement invitedBy
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue