Opens the drawer.
Returns a String indicating the result or null if unsuccessful.
null
Future<String?> openDrawer() async { return await SunmiPrinterPlusPlatform.instance.openDrawer(); }