createLicense method

ResponseFuture<CreateLicenseResponse> createLicense(
  1. CreateLicenseRequest request, {
  2. 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);
}