selectAsset abstract method
The method to select assets. Delegates can implement this method to involve with predications, callbacks, etc. 选择资源的方法。自定义的 delegate 可以通过实现该方法,整合判断、回调等操作。
Implementation
@protected
void selectAsset(BuildContext context, Asset asset, int index, bool selected);