onExit property

Stream<LinkExit> get onExit

Implementation

Stream<LinkExit> get onExit {
  throw UnimplementedError('onExit has not been implemented.');
}