organizationSetLogo_Pre method

Future<OrganizationSetLogoResponse> organizationSetLogo_Pre(
  1. ServiceCall call,
  2. Future<OrganizationSetLogoRequest> request
)

Implementation

$async.Future<$9.OrganizationSetLogoResponse> organizationSetLogo_Pre($grpc.ServiceCall call, $async.Future<$9.OrganizationSetLogoRequest> request) async {
  return organizationSetLogo(call, await request);
}