0 purchases
yao registry service
Getting Started #
final app = Yao();
app.inject(YaoRegistryService());
app.run();
//somewhere in your class
final registry = app.find<YaoRegistryService>();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.