MNCAppsScreen constructor
const
MNCAppsScreen({
- Key? key,
- required String userID,
- CachingStrategy cachingStrategy = CachingStrategy.None,
Implementation
const MNCAppsScreen(
{Key? key,
required this.userID,
this.cachingStrategy = CachingStrategy.None})
: super(key: key);