runTCICWindow static method

void runTCICWindow(
  1. List<String> args
)

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,
  //   ),
  // );
}