create method

DataManager? create(
  1. String type
)

Implementation

DataManager? create(String type) => _registry[type]?.create();