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