cleanStatusBar method

Future<void> cleanStatusBar()

Implementation

Future<void> cleanStatusBar() => device?.cleanStatusBar() ?? Future.value();