drawerTimesOpen static method

Future<int> drawerTimesOpen()

drawerTimesOpen

This method will check how many times the drawer was open

Implementation

static Future<int> drawerTimesOpen() async {
  return await _channel.invokeMethod("DRAWER_OPENED");
}