Future<String?> confirmRecover(String token, LoginData data) async { return response(await plugin.resetPassword(token, data.password)); }