Answers for "how to assign an empty value to a Future<List<String>>"

1

how to assign an empty value to a Future<List<String>>

Just myList = [] or possibly myList = Future.value([]) should do.
Posted by: Guest on April-24-2022

Code answers related to "how to assign an empty value to a Future<List<String>>"

Browse Popular Code Answers by Language