openDrawer method

Future<String?> openDrawer()

Open the drawer.

Implementation

Future<String?> openDrawer() async {
  throw UnimplementedError('openDrawer() has not been implemented.');
}