enableCustomDevice method

void enableCustomDevice()

Activate the custom device mode.

Implementation

void enableCustomDevice() {
  data = data.copyWith(
    deviceIdentifier: CustomDeviceIdentifier.identifier,
  );
}