Retrieves the paper status (e.g., paper out, paper loaded).
Returns the paper status as a String or null if unsuccessful.
null
Future<String?> getPaper() async { return await SunmiConfig.getPaper(); }