isDeviceId method

bool isDeviceId(
  1. AFThemeID id
)

Implementation

bool isDeviceId(AFThemeID id) {
  return AFFundamentalThemeArea.deviceThemeIds.contains(id);
}