make method
Implementation
void make(Graph graph, {excludeSelf = false}) async {
actors = graph.actors;
if (excludeSelf) {
exclude(plugin.api.session.did!);
}
}
void make(Graph graph, {excludeSelf = false}) async {
actors = graph.actors;
if (excludeSelf) {
exclude(plugin.api.session.did!);
}
}