ServiceTimeoutException constructor
ServiceTimeoutException([
- 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)']);