isAvailable property

Future<bool> isAvailable
inherited

Returns Future that resolves to true if an ad is available for showing. If ad is not available yet then it would resolve to false.

Implementation

Future<bool> get isAvailable => _sdk._available(_type, placementId);