openDrawer static method

void openDrawer()

Implementation

static void openDrawer() async {
  await _channel.invokeMethod('openDrawer');
}