makeApp function

dynamic makeApp()

Implementation

Widget makeApp() {
  return const ProviderScope(child: Acter());
}