main function Null safety

void main()

Implementation

void main() {
  setUrlStrategy(PathUrlStrategy());
  runApp(AllSqlApp());
}