didMediaProgressNotificationLaunchApp property

bool get didMediaProgressNotificationLaunchApp

Indicates if the app was launched via Media Upload/Download notification.

Implementation

bool get didMediaProgressNotificationLaunchApp =>
    type != null && type == "MediaProgress";