loadSession method

Future<Map<Object?, dynamic>?> loadSession(
  1. double contextId, {
  2. required String path,
})

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.");
}