drawerStatus static method

Future<bool> drawerStatus()

drawerStatus

This method will check the status of the drawer true/false (connect disconnect)

Implementation

static Future<bool> drawerStatus() async {
  return await _channel.invokeMethod("DRAWER_STATUS");
}