static bool isMultipleWindow({required List<String> args}) { return args.firstOrNull == 'multi_window'; }