updateCustomDevice method

void updateCustomDevice(
  1. CustomDeviceInfoData data
)

Updates the custom device configuration.

Implementation

void updateCustomDevice(CustomDeviceInfoData data) =>
    this.data = this.data.copyWith(customDevice: data);