bn.offAddToFavorites
▸ offAddToFavorites(callback
): void
description
Un-listen user add this mini program to favorite event.
example
const handler = () => {}
bn.onAddToFavorites(handler)
bn.offAddToFavorites(handler)
Parameters
Name | Type |
---|---|
callback | (...args : any []) => any |
Returns
void