showUserExplorer static method

Future<void> showUserExplorer()

Implementation

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