dartros
dartros
Subscriber
<
T extends RosMessage<
T
>
>
shutdown method
shutdown
dartros
dartros
Subscriber
<
T extends RosMessage<
T
>
>
shutdown method
Subscriber class
Constructors
Subscriber
Properties
hashCode
impl
isShutdown
messageStream
numPublishers
runtimeType
topic
type
Methods
noSuchMethod
shutdown
toString
Operators
operator ==
shutdown
method
Future
<
void
>
shutdown
(
)
Implementation
Future<void> shutdown() async { await impl.unregisterSubscriber(); impl = null; }