hideUserExplorer static method

Future<void> hideUserExplorer()

Hides the User Explorer.

Implementation

static Future<void> hideUserExplorer() {
  return HacklePlatform.instance.hideUserExplorer();
}