menu
app_permissions_checker package
documentation
errors/app_permissions_exceptions.dart
AppPermissionsException
AppPermissionsException.new const constructor
AppPermissionsException.new const constructor
dark_mode
light_mode
AppPermissionsException
constructor
const
AppPermissionsException
(
String
message
, [
String
?
code
])
Creates a new
AppPermissionsException
.
Implementation
const AppPermissionsException(this.message, [this.code]);
app_permissions_checker package
documentation
errors/app_permissions_exceptions
AppPermissionsException
AppPermissionsException.new const constructor
AppPermissionsException class