delete method

Future<bool> delete()

Implementation

Future<bool> delete() {
  return AppPreferences.deleteValue<T>(this);
}