Open the drawer.
@override Future<String?> openDrawer() async { return await methodChannel.invokeMethod<String>('openDrawer'); }