SDKInitEvent constructor

SDKInitEvent({
  1. FWError? error,
})

Implementation

SDKInitEvent({
  this.error,
});