setBagWithOppo method

  1. @override
void setBagWithOppo(
  1. int count, {
  2. String? title,
  3. String? content,
})
override

设置oppo的小角标

Implementation

@override
void setBagWithOppo(int count, {String? title, String? content}) {
  methodChannel.invokeMapMethod("oppo-push", {"badgeCount": count, "title": title ?? '', "content": content ?? ""});
}