setCMP static method

Future<void> setCMP(
  1. CMPType type
)

Implementation

static Future<void> setCMP(CMPType type) =>
    _methods.invokeMethod('setCMP', {'cmp': _mapCMPType(type)});