MNCAppsScreen constructor

const MNCAppsScreen({
  1. Key? key,
  2. required String userID,
  3. CachingStrategy cachingStrategy = CachingStrategy.None,
})

Implementation

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