hideUserExplorer static method
Hides the User Explorer.
Implementation
static Future<void> hideUserExplorer() {
return HacklePlatform.instance.hideUserExplorer();
}
Hides the User Explorer.
static Future<void> hideUserExplorer() {
return HacklePlatform.instance.hideUserExplorer();
}