ServiceTimeoutException constructor

ServiceTimeoutException([
  1. String message = 'The service request timed out. (ref: https://developer.android.com/guide/components/services#StartingAService)'
])

Implementation

ServiceTimeoutException(
    [this.message =
        'The service request timed out. (ref: https://developer.android.com/guide/components/services#StartingAService)']);