onInstall( callback )

Call the callback function when the extension installation completes.

The callback is instantly called if the extension had been already installed.

lmem.onInstall((installationDetails) =>
    console.log('LMEM extension installed!', installationDetails));
Click the button it to give it a try!