updateDeviceInfo method
Update device information
Implementation
Future<void> updateDeviceInfo(DeviceInfo deviceInfo) async {
await _platform.updateDeviceInfo(deviceInfo);
}
Update device information
Future<void> updateDeviceInfo(DeviceInfo deviceInfo) async {
await _platform.updateDeviceInfo(deviceInfo);
}