async_loader
async_loader copied to clipboard
Change initState property to fn
Is your feature request related to a problem? Please describe. N/A
Describe the solution you'd like Init state has a very specific meaning. The future promise should be generic.
Describe alternatives you've considered
An alternative would be changing initState to future
which copies FutureBuilder
Additional context Relates to #16