setLogFile method

Future<void> setLogFile (
  1. String filePath
)

Implementation

@override
Future<void> setLogFile(String filePath) {
  return _invokeMethod('setLogFile', {'filePath': filePath});
}