maxSubmitJobCallsPerMinute property

int get maxSubmitJobCallsPerMinute

The maximum number of times that submitJob can be called per minute.

Implementation

int get maxSubmitJobCallsPerMinute =>
    $js.chrome.printing.MAX_SUBMIT_JOB_CALLS_PER_MINUTE;