rotateKey_Pre method
- ServiceCall call,
- Future<
RotateKeyRequest> request
Implementation
$async.Future<$9.RotateKeyResponse> rotateKey_Pre($grpc.ServiceCall call, $async.Future<$9.RotateKeyRequest> request) async {
return rotateKey(call, await request);
}