isIOS property
bool
get
isIOS
Whether this is an iOS device (for notch rendering)
Implementation
bool get isIOS => displayName.startsWith('iPhone') || displayName.startsWith('iPad');
Whether this is an iOS device (for notch rendering)
bool get isIOS => displayName.startsWith('iPhone') || displayName.startsWith('iPad');