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