WT 1.1.26+3 bloc migration
This commit is contained in:
@@ -8,9 +8,6 @@ mixin Trans {
|
||||
}
|
||||
|
||||
String t(String text) {
|
||||
if (context == null) {
|
||||
throw Exception("Translation: initialize the context");
|
||||
}
|
||||
return AppLocalizations.of(context)!.translate(text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user