removeOutputListener static method
Removes a OutputCallback which was previously registered.
Returns whether the callback was successfully removed.
Implementation
static void removeOutputListener(OutputCallback callback) {
_outputCallbacks.remove(callback);
}