listPublicKeys_Pre method
Future<ListPublicKeysResponse>
listPublicKeys_Pre(
- ServiceCall $call,
- Future<
ListPublicKeysRequest> $request
Implementation
$async.Future<$0.ListPublicKeysResponse> listPublicKeys_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListPublicKeysRequest> $request) async {
return listPublicKeys($call, await $request);
}