getSessionUid method

Future<String?> getSessionUid()

Implementation

Future<String?> getSessionUid() async => await getData(Constant.sessionUid);