init method

void init(
  1. FileAssetConfig config
)

Implementation

void init(FileAssetConfig config) {
  _config = config;
}