screens property
A list of screen names for which logs should be printed. If this list is not empty, only logs for the specified screens will be printed.
Example:
AppLogs.screens = ['home', 'settings'];
Implementation
static List<String> screens = [];