AssetsManager constructor
- MapContext context
Creates an instance of AssetsManager.
contextMapContext to which the assets belong.
Implementation
factory AssetsManager(MapContext context) => $prototype.create(context);
Creates an instance of AssetsManager.
context MapContext to which the assets belong.factory AssetsManager(MapContext context) => $prototype.create(context);