showHome method

Future<void> showHome()

Implementation

Future<void> showHome() {
  return BuzzBoosterPlatform.instance.showHome();
}