Cant fetch reactions from PreviousMessageListQuery in SDK V4

[Problem/Question]
SDK is not fetching reactions when queried with PreviousMessageListQuery. When i debug i can see includeReactions parameter is sent as false. includeReactions method seems to be removed from SDK V4.

// If problem, please fill out the below. If question, please delete.
[SDK Version]
V4 (sendbird_chat_sdk: ^4.0.12)

[Reproduction Steps]

query = PreviousMessageListQuery(
          channelType: groupChannel!.channelType,
          channelUrl: groupChannel!.channelUrl,
        )
final messagesResponse = await query!.next();

[Frequency]
Always

[Current impact]
It has a major impact to my app because its used in a core feature