hideNavigationBar method

Future<void> hideNavigationBar()

Implementation

Future<void> hideNavigationBar() {
  throw UnimplementedError('hideNavigationBar() has not been implemented.');
}