organizationGetLogo_Pre method
- ServiceCall call,
- Future<
OrganizationGetLogoRequest> request
Implementation
$async.Future<$9.OrganizationGetLogoResponse> organizationGetLogo_Pre($grpc.ServiceCall call, $async.Future<$9.OrganizationGetLogoRequest> request) async {
return organizationGetLogo(call, await request);
}