onUninstall
De-initialize the module and clear any data.
Usage
Parameters
data
- Type:
bytes
The data to de-initialize the module with. It is up to the module to interpret the data. Note: it is best practice for a module to not require any input data to be de-initialized and clear all the data.
Returns
None