In order to remove the provided listeners and stop any API calls performed by the manager, make sure to call the cleanup function.
1
cleanUp(): Promise<void>
typescript
copy
In order to remove the provided listeners and stop any API calls performed by the manager, make sure to call the cleanup function.
1
cleanUp(): Promise<void>