Retrieves the printer version.
Returns the version as a String or null if unsuccessful.
null
Future<String?> getVersion() async { return await SunmiConfig.getVersion(); }