saveSession method

dynamic saveSession()

Implementation

saveSession() async {
  isBrowser &&
      await localStorage.setString(storageKey, json.encode(_details));
  return this;
}