Future<bool> getAppOptOut() async { final result = await _api.getAppOptOut(); return result.value!; }