switchUI property
Use Cupertino UI in Android and vice versa.
Implementation
@Deprecated("Use 'App.appState?.switchUI' instead.")
bool get switchUI => appState?.switchUI ?? false;
Use Cupertino UI in Android and vice versa.
@Deprecated("Use 'App.appState?.switchUI' instead.")
bool get switchUI => appState?.switchUI ?? false;