$async.Stream<$0.SyncRes> sync_Pre( $grpc.ServiceCall call, $async.Future<$0.SyncReq> request) async* { yield* sync(call, await request); }