ready property

Future<void> ready

The ready getter, that returns when the platform is ready for the action.

Implementation

Future<void> get ready async => _action.ready;