Saves the boolvalue in memory with the assigned key.
Use ttl to determine how long should the value remain in memory.
If no ttl is null, the value will permanently be
stored in the device memory with the assigned key.
Saves the Map<String, dynamic>value in memory with the assigned key.
Use ttl to determine how long should the value remain in memory.
If ttl is null, the value will permanently be
stored in the device memory with the assigned key.
Saves the doublevalue in memory with the assigned key.
Use ttl to determine how long should the value remain in memory.
If ttl is null, the value will permanently be
stored in the device memory with the assigned key.
Saves the intvalue in memory with the assigned key.
Use ttl to determine how long should the value remain in memory.
If ttl is null, the value will permanently be
stored in the device memory with the assigned key.
Saves the intvalue in memory with the assigned key.
Use ttl to determine how long should the value remain in memory.
If ttl is null, the value will permanently be
stored in the device memory with the assigned key.
Saves the Stringvalue in memory with the assigned key.
Use ttl to determine how long should the value remain in memory.
If ttl is null, the value will permanently be
stored in the device memory with the assigned key.