setFalse method

Future setFalse(
  1. UserPrefKey key
)

Implementation

Future setFalse(UserPrefKey key) async {
  return shared.string(prefName(key), "false");
}