Since Flutter 3.0 got stable this is happening because `WidgetsBinding.instance` is not nullable any more. PR in a minute...
Since Flutter 3.0 got stable this is happening because
WidgetsBinding.instanceis not nullable any more. PR in a minute...