openDrawer method

Future<String?> openDrawer()

Opens the drawer.

Returns a String indicating the result or null if unsuccessful.

Implementation

Future<String?> openDrawer() async {
  return await SunmiPrinterPlusPlatform.instance.openDrawer();
}