getAllSyncIdsByPrefix_Pre method

Future<SyncIds> getAllSyncIdsByPrefix_Pre(
  1. ServiceCall call,
  2. Future<TrieNodePrefix> request
)

Implementation

$async.Future<$1.SyncIds> getAllSyncIdsByPrefix_Pre($grpc.ServiceCall call, $async.Future<$1.TrieNodePrefix> request) async {
  return getAllSyncIdsByPrefix(call, await request);
}