getSelfHandledInApp method

void getSelfHandledInApp()

Try to return a self handled in-app to the callback listener. Ensure self handled in-app listener is set using setSelfHandledInAppHandler before you call this API

Implementation

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