getDeviceInfo function

Future<BaseDeviceInfo> getDeviceInfo()

获取设备信息

Implementation

Future<BaseDeviceInfo> getDeviceInfo() async {
  return await GlobalService.to.getDeviceInfo();
}