set<T> abstract method

Future<T> set<T>(
  1. UserPrefKey key,
  2. T value
)

Implementation

Future<T> set<T>(UserPrefKey key, T value);