2020-10-04 14:06:34 +00:00
|
|
|
#ifndef RUNNER_UTILS_H_
|
|
|
|
#define RUNNER_UTILS_H_
|
2020-09-27 09:18:38 +00:00
|
|
|
|
|
|
|
// Creates a console for the process, and redirects stdout and stderr to
|
|
|
|
// it for both the runner and the Flutter library.
|
|
|
|
void CreateAndAttachConsole();
|
|
|
|
|
2020-10-04 14:06:34 +00:00
|
|
|
#endif // RUNNER_UTILS_H_
|