getDeviceInfo static method

Future<Map?> getDeviceInfo()

Implementation

static Future<Map?> getDeviceInfo() async {
  // final deviceInfo = await _deviceInfoPlugin.deviceInfo;
  // return deviceInfo.data;
}