YPushOption constructor

YPushOption({
  1. required String appKey,
  2. String? server,
  3. bool showNotificationWhenOnline = false,
  4. YPushOption_Android? android,
  5. YPushOption_IOS? ios,
})

Implementation

YPushOption({
  required this.appKey,
  this.server,
  this.showNotificationWhenOnline = false,
  this.android,
  this.ios,
});