supportedOperations property
The operations supported by this loader instance. Defaults to standard CRUD operations.
Implementation
@override
Set<SourceOperationType> get supportedOperations => {
...super.supportedOperations,
SourceOperationType.sendMessage,
};