SDKInitEvent constructor Null safety

SDKInitEvent(
  1. {FWError? error}
)

Implementation

SDKInitEvent({
  this.error,
});