set method

Future set (String instrumentKey, Map details)

Implementation

Future set(String instrumentKey, Map details) {
  var details_1 = convertDartToNative_Dictionary(details);
  return _set_1(instrumentKey, details_1);
}