scope method
Returns the management view of this stream's resource scope
Implementation
@override
StreamManagementScope scope() {
// This should be provided by the session or resource manager
throw UnimplementedError('scope() is not implemented for YamuxStream directly.');
}