getDeviceInfo method

Future<String?> getDeviceInfo()

Implementation

Future<String?> getDeviceInfo() {
  return SystemInfoPlatform.instance.getDeviceInfo();
}