giveConsent_Pre method
Future<ConnectPublicResponse>
giveConsent_Pre(
- ServiceCall call,
- Future<
ConnectPublicRequest> request
Implementation
$async.Future<$0.ConnectPublicResponse> giveConsent_Pre(
$grpc.ServiceCall call,
$async.Future<$0.ConnectPublicRequest> request) async {
return giveConsent(call, await request);
}