CloudMediaBackgroundRemovalTimeoutException constructor

const CloudMediaBackgroundRemovalTimeoutException([
  1. String message = 'Background removal timed out.'
])

Implementation

const CloudMediaBackgroundRemovalTimeoutException(
    [this.message = 'Background removal timed out.']);