createShardKey_Pre method
Future<CreateShardKeyResponse>
createShardKey_Pre(
- ServiceCall $call,
- Future<
CreateShardKeyRequest> $request
Implementation
$async.Future<$1.CreateShardKeyResponse> createShardKey_Pre($grpc.ServiceCall $call, $async.Future<$1.CreateShardKeyRequest> $request) async {
return createShardKey($call, await $request);
}