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