ServiceTimeoutException constructor

ServiceTimeoutException()

Implementation

ServiceTimeoutException()
    : super(
        code: 'ServiceTimeoutException',
        message:
            'The service request timed out. (ref: https://developer.android.com/guide/components/services#StartingAService)',
      );