utils.h 235 B

12345678
  1. #ifndef CONSOLE_UTILS_H_
  2. #define CONSOLE_UTILS_H_
  3. // Creates a console for the process, and redirects stdout and stderr to
  4. // it for both the runner and the Flutter library.
  5. void CreateAndAttachConsole();
  6. #endif // CONSOLE_UTILS_H_