LocalizationManager class abstract

Handles retrieving and storing language localization mappings.

Implementers

Constructors

LocalizationManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteLocalizations(Locale locale) Future<bool>
Delete the localization for the locale.
getLocalizations(Locale locale) Future<Map<String, String>?>
Get localization mapping as json for the specified locale.
initialize() Future<void>
isSupported(Locale locale) bool
Whether resources for the given locale can be loaded by this manager.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocalizations(Locale locale, Map<String, dynamic> localizations) Future<bool>
Set localization mapping for the specified locale.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited