![[ERROR: flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type ‘List’ is not a subtype of type ‘FutureOr’](https://www.sreschool.in/wp-content/uploads/2023/09/image-15.png)
Error It looks like the error you’re encountering is due to a type mismatch between the return type of your getDoctors function and the expected return type when setting the doctors state. You’re trying to set a list (List) to the doctors state, but the function is declared to return a Future. To resolve this…

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!