Plugin โบ onUserEnable
Plugin.onUserEnable() method
Perform any initial setup code. The user has explicitly interacted with the plugin so its safe to engage with the user. If your plugin registers a custom view, you can open it here.
Signature:
onUserEnable(): void;Returns:
void