defaultIntentFlags top-level constant
int
const defaultIntentFlags
Default intent flags for opening the custom tabs intent on Android.
This is essentially the same as
FLAG_ACTIVITY_SINGLE_TOP | FLAG_ACTIVITY_NEW_TASK
.
Implementation
const defaultIntentFlags = 1 << 29 | 1 << 28;