openMenu method

Future<T?> openMenu()

Implementation

Future<T?> openMenu() => Navigator.of(context).push(getRoute());