registerFileSubClass method

void registerFileSubClass(
  1. ParseFileConstructor parseFileConstructor
)

Implementation

void registerFileSubClass(ParseFileConstructor parseFileConstructor) {
  _parseFileConstructor = parseFileConstructor;
}