addCMPData abstract method

void addCMPData(
  1. {required int id}
)

Caches the CMP needed data to be shown.

id The CMP ID.

Implementation

void addCMPData({required int id});