Skip to content

Instantly share code, notes, and snippets.

@diefferson
Last active June 8, 2021 00:36
Show Gist options
  • Save diefferson/bdaa7d041ab9c13478592b56369b224b to your computer and use it in GitHub Desktop.
Save diefferson/bdaa7d041ab9c13478592b56369b224b to your computer and use it in GitHub Desktop.
Stark named
import 'package:stark/stark.dart';
final myModule = {
single((i) => Api(), named: "DEFAULT"),
single((i) => Api(), named: "EXTERNAL"),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment