menu
flutter_conscent_plugin package
documentation
coreDb.dart
CoreDb
getSessionId method
getSessionId method
dark_mode
light_mode
getSessionId
method
Future
<
String
?
>
?
getSessionId
(
)
Implementation
Future<String?>? getSessionId() async { return await CoreDb.instance()._getData(_SESSION_ID); }
flutter_conscent_plugin package
documentation
coreDb
CoreDb
getSessionId method
CoreDb class