NIMOptions constructor

NIMOptions({
  1. IOSPush? iosPush,
  2. AndroidPush? androidPush,
  3. String? sdkDir,
})

Implementation

NIMOptions({this.iosPush, this.androidPush,this.sdkDir});