redirectStdOut static method

Future<void> redirectStdOut()

Redirects stdout and stderr streams to a app.log file.

Implementation

static Future<void> redirectStdOut() async {
  await _platform.invokeMethod('redirectStdOut');
}