FlutterDesktopResyncOutputStreams method

void FlutterDesktopResyncOutputStreams()

Reopens stdout and stderr and resyncs the standard library output streams. Should be called if output is being directed somewhere in the runner process (e.g., after an AllocConsole call).

Implementation

void FlutterDesktopResyncOutputStreams() =>
    _FlutterDesktopResyncOutputStreams();