done property

  1. @override
Future<Null> done
inherited

Future that resolves when the request has completed (successful or otherwise).

Implementation

@override
Future<Null> get done => _done.future;