build method
Implement the build() function if you wish Note, it's already implemented in mixin FutureBuilderStateMixin Simply explicitly implemented here to indicate the override.
Implementation
@override
Widget build(BuildContext context) => super.build(context);