scope method
Returns the management view of this stream's resource scope
Implementation
@override
StreamManagementScope scope() { // Changed return type
return _managementScope; // Return the full management scope directly
}
Returns the management view of this stream's resource scope
@override
StreamManagementScope scope() { // Changed return type
return _managementScope; // Return the full management scope directly
}