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}) {
  return FCllamaPlatform.instance.loadSession(contextId, path: path);
}