getDeviceInfo method

Future<DeviceInfo> getDeviceInfo()

Get device information

Implementation

Future<DeviceInfo> getDeviceInfo() async {
  return await _platform.getDeviceInfo();
}