<void> setLogFile (
String filePath
)
Future
Implementation
<void> setLogFile(String filePath) {
return _invokeMethod('setLogFile', {'filePath': filePath});
}
Future
最近更新时间:2022-09-20 05:17:40
<void> setLogFile (
String filePath
)
Future
<void> setLogFile(String filePath) {
return _invokeMethod('setLogFile', {'filePath': filePath});
}
Future