MatrixSDKVoipException constructor

MatrixSDKVoipException(
  1. String cause, {
  2. StackTrace? stackTrace,
})

Implementation

MatrixSDKVoipException(this.cause, {this.stackTrace});