sendCreateNewInstancePair abstract method

Future<void> sendCreateNewInstancePair(
  1. String channelName,
  2. PairedInstance pairedInstance,
  3. List<Object?> arguments, {
  4. required bool owner,
})

Instantiate a new object instance for type channel of channelName.

Implementation

Future<void> sendCreateNewInstancePair(
  String channelName,
  PairedInstance pairedInstance,
  List<Object?> arguments, {
  required bool owner,
});