drain property

Stream<void> get drain

Implementation

Stream<void> get drain => on('drain').map((_) => null);