setBool static method

Future<bool> setBool(
  1. String key,
  2. bool val
)

Implementation

static Future<bool> setBool(String key, bool val) async {
  return await instance.setBool(key, val);
}