removePlugin(name)

Removes a plugin from fluxapp, removing a plugin removes any stores, actions and context methods that it has registered with fluxapp.

/**
 * @param {String} name plugin name
 */
fluxapp.removePlugin('name');

For more information see Plugins

πŸ‘

On to createContext(methods, state)