setGroupApplicationRead method

Future<V2TimCallback> setGroupApplicationRead()

标记申请列表为已读

web 不支持

Implementation

Future<V2TimCallback> setGroupApplicationRead() async {
  return ImFlutterPlatform.instance.setGroupApplicationRead();
}