CallScreenResponse constructor

CallScreenResponse({
  1. bool silence = false,
  2. bool reject = false,
  3. bool skipNotification = false,
})

Implementation

CallScreenResponse(
    {this.silence = false,
    this.reject = false,
    this.skipNotification = false});