addAsset

open fun addAsset(index: Int, value: AppAsset): Application.Builder
open fun addAsset(builderForValue: AppAsset.Builder): Application.Builder
open fun addAsset(index: Int, builderForValue: AppAsset.Builder): Application.Builder
Assets which should be made available to this application.
repeated .elide.app.AppAsset asset = 6;