Removes the value associated with key from the user defaults
key
static Future<void> remove(String key, String appGroup) async { return _instance.remove(key, appGroup); }