menu
daakia_vc_flutter_sdk package
documentation
utils/storage_helper.dart
StorageHelper
getSessionUid method
getSessionUid method
dark_mode
light_mode
getSessionUid
method
Future
<
String
?
>
getSessionUid
(
)
Implementation
Future<String?> getSessionUid() async => await getData(Constant.sessionUid);
daakia_vc_flutter_sdk package
documentation
utils/storage_helper
StorageHelper
getSessionUid method
StorageHelper class