initSession method

Future<void> initSession()

Implementation

Future<void> initSession() async {
  await SessionManagerMethods.init();
}