sendDisposeInstancePair abstract method

Future<void> sendDisposeInstancePair(
  1. PairedInstance pairedInstance
)

Communicate to another TypeChannelMessenger to dispose the instance pair containing pairedInstance.

Implementation

Future<void> sendDisposeInstancePair(PairedInstance pairedInstance);