main function

dynamic main()

Implementation

main() async {
  return runApp(MaterialApp(
    home: Usage(),
  ));
}