runTCICWindow static method
Implementation
static void runTCICWindow(List<String> args) {
// final windowId = int.parse(args[1]);
// final argument =
// args[2].isEmpty
// ? const {}
// : jsonDecode(args[2]) as Map<String, dynamic>;
// runApp(
// ScrennShareToolbar(
// windowController: WindowController.fromWindowId(windowId),
// args: argument,
// ),
// );
}