deleteShardKey_Pre method

Future<DeleteShardKeyResponse> deleteShardKey_Pre(
  1. ServiceCall $call,
  2. Future<DeleteShardKeyRequest> $request
)

Implementation

$async.Future<$1.DeleteShardKeyResponse> deleteShardKey_Pre($grpc.ServiceCall $call, $async.Future<$1.DeleteShardKeyRequest> $request) async {
  return deleteShardKey($call, await $request);
}