setBool method Null safety
Saves a boolean value
to persistent storage in the background.
Implementation
Future<bool> setBool(String key, bool value) => _setValue('Bool', key, value);
Saves a boolean value
to persistent storage in the background.
Future<bool> setBool(String key, bool value) => _setValue('Bool', key, value);