Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/device_apps.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ class DeviceApps {
});
}

static Application mockApplications(Map<Object, Object> appEntry) {
return Application._(appEntry);
}

/// Provide all information for a given app by its [packageName]
/// [includeAppIcon] will also include the icon for the app.
/// To get it, you have to cast the object to [ApplicationWithIcon].
Expand Down