showDiff method
Show diff for a file (or all changes if no path given).
Implementation
Future<BridgeResponse> showDiff({String? filePath}) {
return _protocol.sendRequest('jetbrains/showDiff', {'filePath': ?filePath});
}
Show diff for a file (or all changes if no path given).
Future<BridgeResponse> showDiff({String? filePath}) {
return _protocol.sendRequest('jetbrains/showDiff', {'filePath': ?filePath});
}