PackageNotFoundException constructor
PackageNotFoundException(
- String message, {
- Object? innerError,
- StackTrace? innerTrace,
- String? hint,
Implementation
PackageNotFoundException(
String message, {
Object? innerError,
StackTrace? innerTrace,
this.hint,
}) : super(message, innerError, innerTrace);