getPublicKey_Pre method

Future<GetPublicKeyResponse> getPublicKey_Pre(
  1. ServiceCall call,
  2. Future<GetPublicKeyRequest> request
)

Implementation

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