I have a plugin that depends on another plugin being initialized first. Does cordova already provide a documented way of doing that through channels?
Coming from OSGi I'm thinking of something non-blocking like Plugin B is only started if Plugin has been started.