getSyncSnapshotByPrefix_Pre method

Future<TrieNodeSnapshotResponse> getSyncSnapshotByPrefix_Pre(
  1. ServiceCall call,
  2. Future<TrieNodePrefix> request
)

Implementation

$async.Future<$1.TrieNodeSnapshotResponse> getSyncSnapshotByPrefix_Pre($grpc.ServiceCall call, $async.Future<$1.TrieNodePrefix> request) async {
  return getSyncSnapshotByPrefix(call, await request);
}