rdService property

String get rdService

Implementation

String get rdService {
  switch (this) {
    case BioMetricDevice.mantra:
    case BioMetricDevice.mantra_L1:
      return "Mantra Authentication Vendor Device Manager";
    case BioMetricDevice.mantra_L1_IRIS:
      return "Mantra Iris Authentication Vendor Device Manager";
    case BioMetricDevice.morpho:
    case BioMetricDevice.morpho_L1:
      return "Morpho_RD_Service";
  }
}