setLogFile method

Future<void> setLogFile(
  1. String filePath
)

Implementation

Future<void> setLogFile(String filePath) {
  return _callNative("setLogFile", {'filePath': filePath});
}