getDeviceInfo function

Future<NUIDeviceInfo?> getDeviceInfo()

Implementation

Future<NUIDeviceInfo?> getDeviceInfo() async {
  return NUIDeviceUtil.getDeviceInfo();
}