scope method

  1. @override
StreamManagementScope scope()
override

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.');
}