NativeException constructor
const
NativeException({
- required NativeExceptionType type,
- required PlatformException platformException,
- required StackTrace stackTrace,
Implementation
const NativeException({
required this.type,
required this.platformException,
required this.stackTrace,
});