Change error type

This commit is contained in:
Ming Ming 2022-05-16 20:01:52 +08:00
parent 83ee332b73
commit 3d81fb39a6

View file

@ -4,6 +4,6 @@ class ExceptionEvent {
this.stackTrace,
]);
final dynamic error;
final Object error;
final StackTrace? stackTrace;
}