assetInterface property

AssetInterface assetInterface
getter/setter pair

This interface wraps over all riot asset specific requests.

Endpoints are loaded lazily. That means, they are only initilized when they are referenced the first time of their usage.

ie, If you never reference assetInterface in your project, it won't be loaded onto memory and as a matter of fact, memory will be saved.

Implementation

late AssetInterface assetInterface = AssetInterface(this);