fix: SdkError Exception can be anything so should be dynamic
This commit is contained in:
parent
aa4b0a25fa
commit
bb9a8ff7e9
|
|
@ -2060,7 +2060,7 @@ sort order of ${prevState.sortOrder}. This should never happen...''');
|
|||
}
|
||||
|
||||
class SdkError {
|
||||
Exception exception;
|
||||
dynamic exception;
|
||||
StackTrace stackTrace;
|
||||
|
||||
SdkError({this.exception, this.stackTrace});
|
||||
|
|
|
|||
Loading…
Reference in New Issue