fetchNode abstract method

Future<TTNode?> fetchNode(
  1. String soul, {
  2. GraphReadOptions? options,
})

Implementation

Future<TTNode?> fetchNode(String soul, {GraphReadOptions? options});