getSessionName method

Future<String?> getSessionName()

Implementation

Future<String?> getSessionName() async {
  throw UnimplementedError('getSessionName() has not been implemented.');
}