RemoteTranslationsManager class abstract

Constructors

RemoteTranslationsManager()

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

download(String locale, String flavor) Future<String?>
Method called to download translations from a remote service for the given locale and flavor. Return null if no updates are available or the ARB content if there is something to update
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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