init method

void init(
  1. Options options
)

Initialize the SDK with the given options.

Must be called before using other SDK features.

options - Configuration options for the SDK.

Implementation

void init(Options options) {
  this.options = options;
}