Check if the drawer is open.
@override Future<bool> isDrawerOpen() async { return await methodChannel.invokeMethod<bool>('isDrawerOpen') ?? false; }