getPlatformVersion method
Gets the platform version of the Sunmi Printer Plus device.
Returns the platform version as a String or null if unsuccessful.
Implementation
Future<String?> getPlatformVersion() async {
return await SunmiPrinterPlusPlatform.instance.getPlatformVersion();
}