createLicense method
ResponseFuture<CreateLicenseResponse>
createLicense(
- CreateLicenseRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$14.CreateLicenseResponse> createLicense($14.CreateLicenseRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$createLicense, request, options: options);
}