FskinRemoteConfig class
Singleton class responsible for managing the remote configuration of the skin. It fetches the configuration from the remote server using the provided API key and caches it for subsequent access.
Properties
Methods
-
fetchConfig(
) → Future< 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
Static Properties
- projectConfig → ProjectConfig?
-
no setter
- singleton → FskinRemoteConfig
-
no setter
Static Methods
-
init(
{required String apiKey}) → Future< FskinRemoteConfig>