NanoloadersConfig class
Constructors
-
NanoloadersConfig({required String baseAddress, required String configKey, required String imagePath, int imageDownloadTimeoutSeconds = 10, int languageCheckTimeoutSeconds = 15, int pushTokenMaxAttempts = 10, int pushTokenRetryDelayMs = 500, bool debugMode = false})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited