Localizely class

The Localizely SDK.

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

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

Static Methods

hasMetadata() bool
Checks if metadata is set.
init(String sdkToken, String distributionId) → void
Initializes Localizely SDK.
setAppVersion(String version) → void
Sets the application version.
setMetadata(Map<String, List<String>> metadata) → void
Sets the metadata config.
setPreRelease(bool preRelease) → void
Sets the pre-release config.
updateTranslations() Future<TranslationsUpdateResult>
Updates existing translations with the ones from the Localizely platform.