isDrawerOpen method

Future<bool> isDrawerOpen()

Checks if the drawer is currently open.

Returns true if the drawer is open, otherwise false.

Implementation

Future<bool> isDrawerOpen() async {
  return await SunmiPrinterPlusPlatform.instance.isDrawerOpen();
}