SimpleLocalizationDelegate<T> class
abstract
This is an abstraction to avoid a direct dependency to Flutter
Constructors
- SimpleLocalizationDelegate()
-
const
Properties
Methods
-
initializeMessages(
String localeName) → Future< bool> -
isSupported(
Locale locale) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldReload(
covariant SimpleLocalizationDelegate< T> old) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited