setTrue method

Future setTrue(
  1. UserPrefKey key
)

Implementation

Future setTrue(UserPrefKey key) {
  return shared.string(prefName(key), "true");
}