googlePlayInstantParam property
Boolean indicating if the user has interacted with the app's instant experience in the past 7 days.
Implementation
bool get googlePlayInstantParam {
return _googlePlayInstantParam;
}
Boolean indicating if the user has interacted with the app's instant experience in the past 7 days.
bool get googlePlayInstantParam {
return _googlePlayInstantParam;
}