PermissionRationale constructor

PermissionRationale({
  1. String? title,
  2. String? message,
  3. String? positiveAction,
  4. String? negativeAction,
})

Implementation

PermissionRationale(
    {this.title, this.message, this.positiveAction, this.negativeAction});