initSession method

Future<void> initSession()

Implementation

Future<void> initSession() async {
  session = await sessionCreator!();
}