setLogFile method
- String filePath
Implementation
@override
Future<void> setLogFile(String filePath) {
return _invokeMethod('setLogFile', {'filePath': filePath});
}
No data
@override
Future<void> setLogFile(String filePath) {
return _invokeMethod('setLogFile', {'filePath': filePath});
}