deactivatePlugin abstract method

Future<void> deactivatePlugin()
inherited

Mark this plugin as deactivated on the master.

Deactivated plugins cannot receive messages. The master plugin will automatically try to start the plugin if it needs to it send a message.

Implementation

Future<void> deactivatePlugin();