registerSource static method
Register a custom LensDataSource (source).
Implementation
static void registerSource(LensDataSource source) {
_registry.registerSource(source);
}
Register a custom LensDataSource (source).
static void registerSource(LensDataSource source) {
_registry.registerSource(source);
}