started property

Future<bool> started

Returns a Future that completes to true when native SDK has been started.

Implementation

Future<bool> get started => _delegate.started;