LoadingAppViewScreen constructor

const LoadingAppViewScreen(
  1. {Key? key,
  2. required Future<void> task}
)

Implementation

const LoadingAppViewScreen({
  super.key,
  required this.task,
});