addRuntime method

void addRuntime(
  1. SentryRuntime runtime
)

Implementation

void addRuntime(SentryRuntime runtime) =>
    this[SentryRuntime.listType].add(runtime);