future property

Future<Object?> get future
inherited

The future of the strategy

Implementation

Future<Object?> get future => _callback.future;