loadSession method
Implementation
Future<Map<Object?, dynamic>?> loadSession(double contextId,
    {required String path}) {
  throw UnimplementedError(
      "Method loadSession({required double contextId, required String path}) has not been implemented.");
}