updated new flutter version
This commit is contained in:
@@ -4118,6 +4118,16 @@ class S {
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Used & trusted by`
|
||||
String get used_and_trust_by {
|
||||
return Intl.message(
|
||||
'Used & trusted by',
|
||||
name: 'used_and_trust_by',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
||||
Reference in New Issue
Block a user