isPhone property
bool
get
isPhone
Returns true if the current device is a phone.
Implementation
bool get isPhone => deviceInfo.isPhone;
Returns true if the current device is a phone.
bool get isPhone => deviceInfo.isPhone;