Using to update settings value by key and value
key
value
Future<bool?> set(String key, dynamic value) { return instance.set(key, value); }