LocalizelyApi class
Constructors
- LocalizelyApi({required String projectId, required String token})
Properties
Methods
-
download(
String path, {required String locale}) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
upload(
String filePath, {required String locale, bool overwrite = false, bool reviewed = false, List< String> tagsAdded = const [], List<String> tagsUpdated = const []}) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited