TypeError: type ‘String’ is not a subtype of type ‘Map’
I am trying to get data from local storage and display it on the screen using flutter_bloc, but I am getting the error “type ‘String’ is not a subtype of type ‘Map<String, dynamic>'”. I have checked, but I cannot find a solution.