save method

dynamic save()

Implementation

save() {
  PlexSp.instance.setString(PlexSp.loggedInUser, jsonEncode(toJson()));
}