setLatestNotificationNumber method

Future setLatestNotificationNumber(
  1. int maxNum
)

设置最多显示的通知条数 Android Only @param maxNum 最多显示的条数

Implementation

Future setLatestNotificationNumber(int maxNum) async {
  print(flutter_log + "setLatestNotificationNumber:has not been implemented.");
}