setLength_Pre method

Future<SetLengthResponse_> setLength_Pre(
  1. ServiceCall call,
  2. Future<SetLengthRequest_> request
)

Implementation

$async.Future<$0.SetLengthResponse_> setLength_Pre($grpc.ServiceCall call,
    $async.Future<$0.SetLengthRequest_> request) async {
  return setLength(call, await request);
}