createLicense method
ResponseFuture<CreateLicenseResponse>
createLicense(
- CreateLicenseRequest request, {
- CallOptions? options,
/ Create a license and append to firm.licenses.
Implementation
$grpc.ResponseFuture<$0.CreateLicenseResponse> createLicense(
$0.CreateLicenseRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createLicense, request, options: options);
}