RE: RE: AIOHA + Flutter Bridge - HiveAuth - vote, follow, unfollow, comment, etc need payload to redirect
You are viewing a single comment's thread from:

RE: AIOHA + Flutter Bridge - HiveAuth - vote, follow, unfollow, comment, etc need payload to redirect

Words
27
Reading
1 min
Listen
Play
1y

It's actually very easy as the event handler only need to be specified once for the whole app rather than repeating the code in every signature request.

aioha.on('hiveauth_sign_request', (payload: string, evt: MessageType, cancel: () => void) => void)
@techcoderx: It's actually | Ecency