getBinaryFileVersion method
Gets the version of a binary file.
filePath
is the absolute path to the binary file.
Returns the version string of the file or null if not available.
Implementation
Future<String?> getBinaryFileVersion(String filePath) {
throw UnimplementedError(
'getBinaryFileVersion() has not been implemented.');
}