sendDisposeInstancePair method
Communicate to another TypeChannelMessenger to dispose the instance pair containing pairedInstance
.
Implementation
@override
Future<void> sendDisposeInstancePair(PairedInstance pairedInstance) {
return channel.invokeMethod<void>(
MethodChannelMessenger._methodDispose,
<Object>[pairedInstance],
);
}