deviceInfo property
Future<BaseDeviceInfo>
get
deviceInfo
Get the device info
Example: context.deviceInfo
Implementation
Future<BaseDeviceInfo> get deviceInfo async =>
await DeviceInfoPlugin().deviceInfo;