hideAppContent property

bool hideAppContent
final

If true, hides the app thumbnail from App Switcher. On iOS it displays either the asset passed as iosImageAsset or a black or white screen (depending on whether the phone is in dark or light mode) if iosImageAsset is null. On Android LayoutParams.FLAG_SECURE is used, resulting in a black screen instead of thumbnail.

Implementation

final bool hideAppContent;