getAppBranding_Pre method

Future<GetAppBrandingResponse> getAppBranding_Pre(
  1. ServiceCall call,
  2. Future<GetAppBrandingRequest> request
)

Implementation

$async.Future<$11.GetAppBrandingResponse> getAppBranding_Pre($grpc.ServiceCall call, $async.Future<$11.GetAppBrandingRequest> request) async {
  return getAppBranding(call, await request);
}