getCurrentSessionInfo method

Future<String?> getCurrentSessionInfo()

Implementation

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