getDeviceInfo method
Get device information
Implementation
Future<DeviceInfo> getDeviceInfo() async {
return await _platform.getDeviceInfo();
}
Get device information
Future<DeviceInfo> getDeviceInfo() async {
return await _platform.getDeviceInfo();
}