registerCustomType function

void registerCustomType(
  1. String type
)

Implementation

void registerCustomType(String type) {
  _uniApiAnalyzerCache.analyzer?.addCustomType([type]);
}