createShardKey_Pre method

Future<CreateShardKeyResponse> createShardKey_Pre(
  1. ServiceCall $call,
  2. Future<CreateShardKeyRequest> $request
)

Implementation

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