SimpleLocalizationDelegate<T> class abstract

This is an abstraction to avoid a direct dependency to Flutter

Constructors

SimpleLocalizationDelegate()
const

Properties

builder FutureOr<T> Function(String locale)
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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