processProfileAsync method

void processProfileAsync(
  1. String characteristics
)

Sends MX XML characteristics block(s) to the Profile Manager. Result on onData.

Implementation

void processProfileAsync(String characteristics) =>
    _api.processProfile(characteristics).ignore();