showPage method

Future<void> showPage(
  1. String pageId
)

Implementation

Future<void> showPage(String pageId) {
  return BuzzBoosterPlatform.instance.showPage(pageId);
}