appInApp property
bool
get
appInApp
This App is within another App
Implementation
bool get appInApp => _appInApp ?? false;
set
appInApp
(bool inApp)
Implementation
set appInApp(bool inApp) => _appInApp ??= inApp;