showInAppMessage method

Future<void> showInAppMessage()

Implementation

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