main function Null safety

void main()

Implementation

void main() async {
  runApp(const FactBrowser());
}