registerSource static method

void registerSource(
  1. LensDataSource source
)

Register a custom LensDataSource (source).

Implementation

static void registerSource(LensDataSource source) {
  _registry.registerSource(source);
}