set method

Future<bool> set(
  1. T value
)

Implementation

Future<bool> set(T value) {
  return AppPreferences.setValue<T>(this, value);
}