AmplifySecureStorageConfigBuilder class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iOSOptions ↔ IOSSecureStorageOptionsBuilder
-
getter/setter pair
- linuxOptions ↔ LinuxSecureStorageOptionsBuilder
-
getter/setter pair
- macOSOptions ↔ MacOSSecureStorageOptionsBuilder
-
getter/setter pair
- namespace ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ String?
-
getter/setter pair
- webOptions ↔ WebSecureStorageOptionsBuilder
-
getter/setter pair
- windowsOptions ↔ WindowsSecureStorageOptionsBuilder
-
getter/setter pair
Methods
-
build(
) → AmplifySecureStorageConfig -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
AmplifySecureStorageConfig other) → void -
Replaces the value in the builder with a new one.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(AmplifySecureStorageConfigBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited