Returns the value associated with key or null if no value is associated with key.
key
null
static Future<bool?> getBool(String key, String appGroup) async { return _instance.getBool(key, appGroup); }