UnexpectedAlertOpenException constructor Null safety
Implementation
const UnexpectedAlertOpenException(int? statusCode, String? message)
: super(statusCode, message);
const UnexpectedAlertOpenException(int? statusCode, String? message)
: super(statusCode, message);