LocalinoRemote class

Implemented types
Mixed in types
Available Extensions

Constructors

LocalinoRemote({Localino? instance, LocalinoRemoteOptions? options})

Properties

enabled bool
no setter
hashCode int
The hash code for this object.
no setterinherited
instance Localino
getter/setter pair
options LocalinoRemoteOptions?
getter/setter pair
prefs ControlPrefs
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disable() → void
dispose() → void
Used to clear and dispose object. After this method call is object typically unusable and ready for GC. Can be called multiple times!
override
enableAutoSync({bool initialFetch = true}) Future<bool>
getLocalTranslations({String? locale}) Future<Map<String, dynamic>>
getRemoteTranslations({String? locale, DateTime? timestamp}) Future<bool>
initialize({Map<String, DateTime>? locales, bool remoteSync = false, bool initialFetch = true}) → void
lastUpdate(String locale) DateTime?
mountLocalCache(Map<String, DateTime> locales) → void
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