ListenFailedException constructor

ListenFailedException(
  1. String? message, [
  2. String? details,
  3. String? stackTrace
])

Implementation

ListenFailedException(this.message, [this.details, this.stackTrace]);