Future<void> setAppOptOut(final bool value) async { return _api.setAppOptOut( GABool()..value = value, ); }