Open Fyzu opened 2 years ago
Instead of internal registerStateChangeHandler
registerStateChangeHandler
Introduce smth like that:
{ subscribeConnectionStatus: (handle: (status: Status) => void) => Unsubscribe }
Instead of internal
registerStateChangeHandler
Introduce smth like that: