getAllFactoryKeys method

List getAllFactoryKeys()

Get all factory keys

Implementation

List<dynamic> getAllFactoryKeys() {
  return _factories.keys.toList();
}