post method

void post()

Implementation

void post() {
  postEvent(
    memoryLeakTrackingExtensionName,
    messageAsJson(),
  );
}