disposeChannelFunctions method

void disposeChannelFunctions()

Removes channel registrations for this engine (call from dispose).

Implementation

void disposeChannelFunctions() {
  _channelFunctionsRegistered.remove(getEngineInstanceId());
}