StorageHelper class

Constructors

StorageHelper.new()

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

clearSdkData() Future<void>
getAttendanceId() Future<String?>
getData(String key) Future<String?>
getHostToken() Future<String?>
getMeetingUid() Future<String?>
getSessionUid() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveData(String key, String value) Future<void>
setAttendanceId(String value) Future<void>
setHostToken(String? value) Future<void>
setMeetingUid(String value) Future<void>
setSessionUid(String value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited