create method
ResponseFuture<FormSection>
create(
- FormsSectionsServiceCreateRequest request, {
- CallOptions? options,
Create a form section
Implementation
$grpc.ResponseFuture<$0.FormSection> create(
$0.FormsSectionsServiceCreateRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$create, request, options: options);
}