Removes a value from the sessionPreferences box.
Future<bool> sessionRemove(String key) async { box!.delete(key.toString()); return true; }