Future<void> addHistoryFile(List<String> fileList) async { try { await _channel.invokeMethod('addHistoryFiles', fileList); } catch (e) {} }