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