isReady property

  1. @override
bool isReady
override

This returns whether the platform is ready for this action.

Implementation

@override
bool get isReady => _eventStream != null && !_isStopped;