exportLogFile method

Future<void> exportLogFile()

Implementation

Future<void> exportLogFile() async {
  await _channel.invokeMethod('exportLogFile');
}