AppPermissionsException constructor

const AppPermissionsException(
  1. String message, [
  2. String? code
])

Creates a new AppPermissionsException.

Implementation

const AppPermissionsException(this.message, [this.code]);