main function

void main()

Implementation

void main() async {
  runApp(DarkMode(notifier: DarkModeNotifier(), child: const App()));
}