getOberonKey_Pre method

Future<GetOberonKeyResponse> getOberonKey_Pre(
  1. ServiceCall call,
  2. Future<GetOberonKeyRequest> request
)

Implementation

$async.Future<$2.GetOberonKeyResponse> getOberonKey_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.GetOberonKeyRequest> request) async {
  return getOberonKey(call, await request);
}