TAB_HIDDEN property

CustomTabsNavigationEventType TAB_HIDDEN
final

Sent when the tab becomes hidden.

Officially Supported Platforms/Implementations:

  • Android WebView

Implementation

static final TAB_HIDDEN =
    CustomTabsNavigationEventType._internalMultiPlatform(6, () {
      switch (defaultTargetPlatform) {
        case TargetPlatform.android:
          return 6;
        default:
          break;
      }
      return null;
    });