YIMOption constructor

YIMOption({
  1. required String appKey,
  2. String? server_im,
  3. String? debugKey,
  4. Map<String, dynamic>? push,
})

Implementation

YIMOption({
  required this.appKey,
  this.server_im,
  this.debugKey,
  this.push,
});