init method
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;
}
Initialize the SDK with the given options.
Must be called before using other SDK features.
options - Configuration options for the SDK.
void init(Options options) {
this.options = options;
}