redirectStdOut static method
Redirects stdout and stderr streams to a app.log file.
Implementation
static Future<void> redirectStdOut() async {
await _platform.invokeMethod('redirectStdOut');
}
Redirects stdout and stderr streams to a app.log file.
static Future<void> redirectStdOut() async {
await _platform.invokeMethod('redirectStdOut');
}