Session class

Constructors

Session()

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

data List
getter/setter pair

Static Methods

clear() Future<bool>
decrypt(dynamic text) → dynamic
delete({String? name, List? nameList}) Future<bool>
encrypt(dynamic text) → dynamic
getAllData() → dynamic
init({bool encrypted = false}) Future<void>
load(dynamic header) Future
resetDataBase() → dynamic
save({required String header, String? stringData, bool? boolData, double? doubleData, int? integerData}) Future<bool>