MobileConfig class

Class that manages the configuration of Masamune framework for mobile.

Initial values are set but can be changed at any time.

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 Properties

androidDeviceInfo → AndroidDeviceInfo
Android device information.
no setter
documentDirectory Directory
The directory where you want to save the document file.
no setter
isInitialized bool
True if the config has been initialized.
no setter
isoDeviceInfo → IosDeviceInfo
IOS device information.
no setter
libraryDirectory Directory
The directory where you want to save the library file.
no setter
packageInfo → PackageInfo
Package information.
no setter
temporaryDirectory Directory
The directory that stores temporary files.
no setter

Static Methods

initialize() Future
Initialize the configuration.