setNotificationInGroup method

Future<void> setNotificationInGroup(
  1. bool inGroup
)

设置通知分组展示,只支持 Android

Implementation

Future<void> setNotificationInGroup(bool inGroup) async {
  throw UnimplementedError(
      'setNotificationInGroup() has not been implemented.');
}