sendCreateNewInstancePair abstract method
Future<void>
sendCreateNewInstancePair(
- String channelName,
- PairedInstance pairedInstance,
- List<
Object?> arguments, { - 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,
});