setGroupApplicationRead method

Future<V2TimCallback> setGroupApplicationRead()

标记申请列表为已读

Implementation

Future<V2TimCallback> setGroupApplicationRead() async {
  return V2TimCallback.fromJson(
    formatJson(
      await _channel.invokeMethod(
        "setGroupApplicationRead",
        buildParam(
          {},
        ),
      ),
    ),
  );
}