Checks if the drawer is currently open.
Returns true if the drawer is open, otherwise false.
true
false
Future<bool> isDrawerOpen() async { return await SunmiPrinterPlusPlatform.instance.isDrawerOpen(); }