YPushOption_Android_MEIZU constructor

YPushOption_Android_MEIZU({
  1. required String AppId,
  2. required String AppKey,
})

Implementation

YPushOption_Android_MEIZU({
  required this.AppId,
  required this.AppKey,
});