Describe the bug
When we trying to update a request metadata key after initialing brach sdk, it throws this error.
I've checked the code in flutter branch sdk, it asserts that this function are supposed to be called before init
While when I saw the implementation in native side, both support to call setRequestMetadata after init
To Reproduce
call await FlutterBranchSdk.init()
call FlutterBranchSdk.setRequestMetadata()
Expected behavior
should set request metadata successfully, or provide another api to update the metadata. Thanks.
Describe the bug When we trying to update a request metadata key after initialing brach sdk, it throws this error. I've checked the code in flutter branch sdk, it asserts that this function are supposed to be called before init While when I saw the implementation in native side, both support to call setRequestMetadata after init
To Reproduce call await FlutterBranchSdk.init() call FlutterBranchSdk.setRequestMetadata()
Expected behavior should set request metadata successfully, or provide another api to update the metadata. Thanks.
Smartphone: