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