PlatformApplicationDisabledException constructor
Implementation
PlatformApplicationDisabledException({String? type, String? message})
: super(
type: type,
code: 'PlatformApplicationDisabledException',
message: message);