didPause method

bool didPause()

Implementation

bool didPause() => [
  ServiceState.PAUSE_ATTEMPT,
  ServiceState.PAUSE_SUCCESS,
  ServiceState.PAUSE_ERROR,
].contains(this);