getAppBranding method

ResponseFuture<GetAppBrandingResponse> getAppBranding(
  1. GetAppBrandingRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.GetAppBrandingResponse> getAppBranding($11.GetAppBrandingRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAppBranding, request, options: options);
}