request method

Future<void> request()
inherited

Requests for the fill for placementId. It has to be called before show. Consider calling this method as soon as possible to get the fill for showing when ad should be shown in your app flow.

Implementation

Future<void> request() => _sdk._request(_type, placementId);