SpUtil.getObjList报错:Expected a value of type 'Never', but got one of type 'Message'
Opened this issue · 0 comments
ParadiseWitch commented
使用SpUtil.getObjList
报错,Message.fromJson
是使用json_annotation
自动生成的
SpUtil.getObjList(getSPKey(), (v) {
return Message.fromJson(v as Map<String, dynamic>);
})
运行时报错:
The following TypeErrorImpl was thrown while handling a gesture:
Expected a value of type 'Never', but got one of type 'Message'