preload method

bool preload(
  1. List<String> tags
)

Implementation

bool preload(List<String> tags) {
  return _provider.preload(tags);
}