setNotificationInGroup method

Future<Map> setNotificationInGroup(
  1. bool inGroup
)

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

Implementation

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