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