After upgrading Flutter to the latest version (3.24.1) and updating receive_sharing_intent to the latest version, errors started occurring when calling the two methods (getTextStream, getInitialText). However, when I check the ReceiveSharingIntent class, there is no definition for these two methods that are causing the issue. Even when I downgrade the version of receive_sharing_intent (e.g., to 1.5.4), the same issue persists. These features worked without any problems before, but now I don't understand why this issue is happening. Please let me know what I might be missing.
After upgrading Flutter to the latest version (3.24.1) and updating receive_sharing_intent to the latest version, errors started occurring when calling the two methods (getTextStream, getInitialText). However, when I check the ReceiveSharingIntent class, there is no definition for these two methods that are causing the issue. Even when I downgrade the version of receive_sharing_intent (e.g., to 1.5.4), the same issue persists. These features worked without any problems before, but now I don't understand why this issue is happening. Please let me know what I might be missing.