showInApp method

void showInApp()

Try to show an InApp Message.

Implementation

void showInApp() {
  _platform.showInApp(appId);
}