blob: 30fc90599dd4ceea2f32ad54b4d8ec11d5d6f2ef [file] [log] [blame] [view]
# UnknownMethodException constructor
const
UnknownMethodException()
## Implementation
```dart
const UnknownMethodException()
: super('UnknownMethodException', FidlErrorCode.fidlUnknownMethod);
```