getPublicKey_Pre method
Future<GetPublicKeyResponse>
getPublicKey_Pre(
- ServiceCall call,
- Future<
GetPublicKeyRequest> request
Implementation
$async.Future<$1.GetPublicKeyResponse> getPublicKey_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetPublicKeyRequest> request) async {
return getPublicKey(call, await request);
}