createLicense method

ResponseFuture<CreateLicenseResponse> createLicense(
  1. CreateLicenseRequest request, {
  2. CallOptions? options,
})

Implementation

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