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