Stores value in the user defaults key-value store.
value
static Future<void> set(String key, dynamic value, String appGroup) async { return _instance.set(key, value, appGroup); }