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