didDispose property

Future<Null> didDispose

A Future that will complete when this object has been disposed.

Implementation

Future<Null> get didDispose => _didDispose.future;