openDrawer static method

Future<void> openDrawer()

openDrawer

This method will open drawer

Implementation

static Future<void> openDrawer() async {
  await _channel.invokeMethod("OPEN_DRAWER");
}