AppUseCaseParams constructor
const
AppUseCaseParams({
- required Future<
void> func(),
Implementation
const AppUseCaseParams({
required this.func,
});
const AppUseCaseParams({
required this.func,
});