organizationSetLogo_Pre method
Future<OrganizationSetLogoResponse>
organizationSetLogo_Pre(
- 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);
}