enableRegisteringMultipleInstancesOfOneType abstract method

void enableRegisteringMultipleInstancesOfOneType()

Till V7.6.7 GetIt didn't allow to register multiple instances of the same type. if you want to register multiple instances of the same type you can enable this and use getAll() to retrieve all instances of that parent type

Implementation

void enableRegisteringMultipleInstancesOfOneType();