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